build: Avoid a Meson deprecation warning
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 8 Jan 2019 14:46:46 +0000 (14:46 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 8 Jan 2019 14:46:46 +0000 (14:46 +0000)
commite458ea2f3db32225f5d8d794ce8fe35dac9d825c
tree923a23bd1300287bfb87b45c3c776f0e10955e25
parentb6d8d3975edc29cb5488990d0a39e3d2c4790d89
build: Avoid a Meson deprecation warning

Using an empty `configuration_data` object to copy a configuration file
is deprecated since Meson 0.47 (released July 2018); the equivalent
behaviour is available by using `copy: true`.
meson.build
testsuite/tools/meson.build